which
Linux Command – which ใช้ในการตำแหน่ง file program
คำสั่ง
which <program>
$ which perl
/usr/bin/perl
โครงสร้างคำสั่ง
which [-a] filename ...
รายละเอียด
เป็นคำสั่งที่ใช้ในการตำแหน่ง file program เช่น binary, soruce หรือ manual page คล้าย find หรือ whereis แต่ความสามารถต่ำกว่า
Option
-a print all matching pathnames of each argument
กลุ่มคำสั่ง
find, whereis
Reference:
คำสั่ง Unix – Linux Command
Linux, Unix
Author: Suphakit Annoppornchai
Credit: https://saixiii.com
Like this:
Like Loading...
Related
whereis Linux Command - whereis ใช้ในการค้นหาตำแหน่ง file program คำสั่ง whereis $ whereis perl perl: /usr/bin/perl5.22-x86_64-linux-gnu /usr/bin/perl /etc/perl /usr/share/perl /usr/share/man/man1/perl.1.gz โครงสร้างคำสั่ง whereis [options] [-BMS directory... -f] name... รายละเอียด เป็นคำสั่งที่ใช้ในการค้นหาตำแหน่ง file program เช่น binary, source , manual page ที่เก็บบนระบบ Option -b Search for binaries. -m Search for manuals.…
In "Unix/Linux Command"
mv Linux Command - mv ใช้ในการคำสั่งย้ายตำแหน่ง file หรือ directory คำสั่ง 1. ย้ายตำแหน่ง file mv $ mv file1 test/. $ ls -ltr test total 4 -rw-r--r-- 1 root root 49 May 8 16:14 file1 2. เปลี่ยนชื่อ file mv $ ls -ltr total 4 -rw-r--r-- 1…
In "Unix/Linux Command"
sync Linux Command - sync ใช้ในการเขียนข้อมูล memory ลง disk คำสั่ง sync $ sync โครงสร้างคำสั่ง sync [OPTION] [FILE]... รายละเอียด เป็นคำสั่งที่ใช้ในการเขียนข้อมูล memory ลง disk ในบางครั้งสถานการณ์ที่เสียงต่อการ reboot การ sync ทำให้ข้อมูลที่อยู่ใน memory ไม่สูญหายไป เพราะสั่งให้ข้อมูลทั้งหมดเขียนลง disk เรียบร้อยแล้ว นิยมใช้ก่อนที่ทำใช้คำสั่ง shutdown, reboot หรือ halt Option -d, --data sync only file data, no unneeded…
In "Unix/Linux Command"